Adwaita: Add padding to circular button rows in menus
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Apr 2020 02:42:04 +0000 (22:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Apr 2020 02:42:04 +0000 (22:42 -0400)
The lack of this was negatively affecting the spacing
of these buttons.

Fixes: #2626
gtk/theme/Adwaita/_common.scss

index 4a81fc040123e5ba29202fcf921e8624ab55ab70..e26cadbad873a48e0f77c9e66aa8014c9548e6eb 100644 (file)
@@ -4390,7 +4390,7 @@ popover.menu {
   }
 
   & box.circular-buttons {
-    padding: 6px 0;
+    padding: 6px 20px;
 
     button.circular.image-button.model {
       @extend %list_button;